Class SplitContainerAdvDesigner
Inheritance
System.Object
SplitContainerAdvDesigner
Namespace: Syncfusion.Windows.Forms.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplitContainerAdvDesigner : ControlDesigner
Constructors
SplitContainerAdvDesigner()
Declaration
public SplitContainerAdvDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
SelectionService
Gets selection service to handle components selection changed in VS003 designer to config correctly menu commands in VS2003 main menu, etc.
Declaration
protected ISelectionService SelectionService { get; }
Property Value
Type |
---|
System.ComponentModel.Design.ISelectionService |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Initialize(IComponent)
Initializes designer.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component |
OnContextMenu(Int32, Int32)
Shows context menu.
Declaration
protected override void OnContextMenu(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | |
System.Int32 | y |