BCGControlBar Library for .NET
RelatedForm Property




Returns the form  related to the command bar where the Quick Customize button is located.
Syntax
'Declaration
 
Public ReadOnly Property RelatedForm As Form
'Usage
 
Dim instance As RelatedBarSetEventArgs
Dim value As Form
 
value = instance.RelatedForm
public Form RelatedForm {get;}
public: __property Form* get_RelatedForm();
public:
property Form^ RelatedForm {
   Form^ get();
}
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

RelatedBarSetEventArgs Class
RelatedBarSetEventArgs Members

Send Feedback