[]
Gets the associated control.
IControl Control { get; }
ReadOnly Property Control As IControl
| Type | Description |
|---|---|
| IControl | The associated control. null ( |
IScrollBar scrollBar = worksheet.Controls.AddScrollBar(50, 20, 120, 20);
IShape controlShape = scrollBar.ShapeRange[0];
IControl control = controlShape.Control;