BCGControlBar Library for .NET
EntryFromObject Method




An object to transform to the form and gets related Entry.
A form transformed from the specified object.
Gets an Entry object related to the specified object and transforms it to the form, if the specified object has a type of System.Windows.Forms.Form.  Otherwise, returns null reference. Called by the framework to get an entry and related form to adjust its layout.
Syntax
'Declaration
 
Public Function EntryFromObject( _
   ByVal sender As Object, _
   ByRef outForm As Form _
) As Entry
'Usage
 
Dim instance As LayoutController
Dim sender As Object
Dim outForm As Form
Dim value As Entry
 
value = instance.EntryFromObject(sender, outForm)
public Entry EntryFromObject( 
   object sender,
   ref Form outForm
)
public: Entry* EntryFromObject( 
   Object* sender,
   ref Form* outForm
) 
public:
Entry^ EntryFromObject( 
   Object^ sender,
   Form^% outForm
) 

Parameters

sender
An object to transform to the form and gets related Entry.
outForm
A form transformed from the specified object.
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

LayoutController Class
LayoutController Members

Send Feedback