BCGControlBar Library for .NET
Locked Property (ToolbarButton)




Syntax
'Declaration
 
Public Overridable Property Locked As Boolean
'Usage
 
Dim instance As ToolbarButton
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public virtual bool Locked {get; set;}
public: __property virtual bool get_Locked();
public: __property virtual void set_Locked( 
   bool value
);
public:
virtual property bool Locked {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarButton Class
ToolbarButton Members

Send Feedback