'Declaration Public Event Dragging As FloatingEventHandler
public event FloatingEventHandler Dragging
Event Data
The event handler receives an argument of type FloatingEventArgs containing data related to this event. The following FloatingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
DockingTab | The floated C1DockingTab. |
DockingTabPage | The floated C1DockingTabPage. |
FormBorderStyle | Gets or sets border style of the floating window. |
MaximizeBox | Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the floating window. |
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