| KiXforms Class Library |
Visible Property |
Gets or sets a value indicating whether the object is visible.
object.Visible [ = boolean ]
True if the object is visible; otherwise, false. For forms and notify icons, the default is false. For all other objects, the default is true.
MenuItem: You can use this property to modify a menu structure without having to merge menus or disable menus. For example, if you want to hide a complete section of functionality from the menus for your application, you can hide them from the user by setting this property to false.
| The CHM file was converted to HTML by chm2web software. |