BCGControlBar Library for .NET
PinWidth Property




Syntax
'Declaration
 
Public Property PinWidth As Integer
'Usage
 
Dim instance As BackstagePinButton
Dim value As Integer
 
instance.PinWidth = value
 
value = instance.PinWidth
public int PinWidth {get; set;}
public: __property int get_PinWidth();
public: __property void set_PinWidth( 
   int value
);
public:
property int PinWidth {
   int get();
   void set (    int 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

BackstagePinButton Class
BackstagePinButton Members

Send Feedback