Version

Search Results

CanConvertTo Method (PaneBaseConverter)

Used to determine what data types the converter can convert. Overload List

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

Converts the value to the destination type specified. Syntax Parameters context ITypeDescriptorContextculture CultureInfovalue Object to be converted.destinationType Type that the object should be converted to. Return Value New object of the destination type or null if the conversion failed.

ConvertTo Method (PaneBaseConverter)

Converts the value to the destination type specified. Overload List

PaneBaseConverter Constructor

Initializes a new PaneBaseConverter Syntax

PaneButton Enumeration

Enumeration of button types that may appear in a pane. Syntax Members Member Description Close Close button. Maximize Maximize button. Menu Menu button. Minimize Minimize button. Pin Pin button. TabClose Tab close button. Example The following code demonstrates how to selectively prevent the action associated with...

PaneButtonEventArgs Class

Event parameters used for the UltraDockManager.AfterPaneButtonClick event. Syntax Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Ba...

PaneButtonEventArgs Class Members

Public Constructors Public Properties

Button Property (PaneButtonEventArgs)

Returns the PaneButton associated with the event. Syntax Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For sp...

Pane Property (PaneButtonEventArgs)

Returns the pane associated with the event. Syntax Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific...