Version

Search Results

Element Property

Returns the Infragistics.Win.UIElement associated with the pane. Syntax

EnforceMinMax(Size) Method

Invoked to adjust a size to enforce the minimum and maximum sizes of a pane Syntax Parameters requestedSize Size to process Return Value The updated size

EnforceMinMax(Size,Boolean,Boolean) Method

Invoked to adjust a size to enforce the minimum and maximum sizes of a pane Syntax Parameters requestedSize Size to processwidth True if the width should be enforcedheight True if the height should be enforced Return Value The updated size

EnforceMinMax Method (DockablePaneBase)

Invoked to adjust a size to enforce the minimum and maximum sizes of a pane Overload List

Float() Method

Places the pane and any of its child panes into a floating window. Syntax Remarks If the pane has previously floated, it will return to its former location. If the pane has never floated, a new floating window will be created for it. To specify what should occur when the pane is floated, use one of the overloads o...

Float(Boolean) Method

Places the pane and all of its child panes into a floating window. Syntax Parameters maintainPreviousState True if the pane(s) should be repositioned to its previous floating parent and return to its previous floating location (if any.) False if a new window should be created for the pane to float in. Note that if...

Float(Boolean,Point) Method

Places the pane and all of its child panes into a floating window. Syntax Parameters maintainPreviousState True if the pane(s) should be repositioned to its previous floating parent and return to its previous floating location (if any.) False if a new window should be created for the pane to float in. Note that if...

Float(Boolean,Rectangle) Method

Places the pane and all of its child panes into a floating window. Syntax Parameters maintainPreviousState True if the pane(s) should be repositioned to its floating parent.rect Bounds of the new floating window. This parameter is only used if maintainPreviousState is set to False and a new window is being created...

Float Method

Places the pane and any of its child panes into a floating window. Overload List

GetObjectData Method (DockablePaneBase)

Serializes the objects non-default contents into the info. Syntax Parameters info The SerializationInfo instance that contains the data to be serialized.context The StreamingContext instance which describes the source and destination of the serialized stream.