Type | Description | |||
Boolean | A boolean expression that indicates whether the editor is visible or hidden. |
The following VB sample hides the "Handler" editor:
Record1("Handler").Visible = False
The following VC sample hides the "Handler" editor:
m_record.GetItem(COleVariant("Handler")).SetVisible( FALSE )