BCGControlBar Library for .NET
RelatedControl Property (ToolbarMenuButton)




Syntax
'Declaration
 
Public Property RelatedControl As Control
'Usage
 
Dim instance As ToolbarMenuButton
Dim value As Control
 
instance.RelatedControl = value
 
value = instance.RelatedControl
public Control RelatedControl {get; set;}
public: __property Control* get_RelatedControl();
public: __property void set_RelatedControl( 
   Control* value
);
public:
property Control^ RelatedControl {
   Control^ get();
   void set (    Control^ 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

ToolbarMenuButton Class
ToolbarMenuButton Members

Send Feedback