BCGControlBar Library for .NET
AddForm(Form) Method




Specified the form to add fill control from.
Adds fill control  with its interior from the specified form to the RibbonOptionsDialog.
Syntax
'Declaration
 
Public Overloads Sub AddForm( _
   ByVal form As Form _
) 
'Usage
 
Dim instance As RibbonOptionsDialog
Dim form As Form
 
instance.AddForm(form)
public void AddForm( 
   Form form
)
public: void AddForm( 
   Form* form
) 
public:
void AddForm( 
   Form^ form
) 

Parameters

form
Specified the form to add fill control from.

Return Value

The name of the option related to this form will be equal its text from the caption.
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

RibbonOptionsDialog Class
RibbonOptionsDialog Members
Overload List

Send Feedback