|
RAD Studio VCL Reference
|
Specifies whether the menu item appears in the menu.
property Visible: Boolean;
__property Boolean Visible;
Use Visible to prevent the user from seeing an item in the menu. For example, remove menu items that do not apply to the current component of a pop-up menu in an OnPopup event handler.
If Visible is true, the menu item appears. If Visible is false, the menu item is hidden.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|