BinaryPowerTabStripDesigner
Design-time support for the tab strip, including the smart-tag action list shown on the designer surface.
public class BinaryPowerTabStripDesigner : ParentControlDesigner
Inherits from / implements: ParentControlDesigner
Members at a glance
ActionLists | Gets the smart-tag actions the designer offers for this control. |
AssociatedComponents | Gets the components the designer should treat as belonging to this control. |
Control | The strip being designed, typed, so the designer does not have to cast the inherited Control property on every use. |
Dispose | Releases the resources held by this BinaryPowerTabStripDesigner. |
GetHitTest | Reports whether a point on the designer surface should be handled by the control itself rather than by the designer. |
Initialize | Attaches this designer to the control instance it is designing. |
InitializeNewComponent | Sets a freshly dropped strip up with its first tab pages, so that it is usable on the design surface straight away rather than being an empty rectangle. |
PreFilterProperties | Removes from the property grid the inherited properties that do not apply to this control. |
WndProc | Processes the Windows messages that reach the control being designed, so the designer can act on them first. |
Properties
ActionLists
Gets the smart-tag actions the designer offers for this control.
AssociatedComponents
Gets the components the designer should treat as belonging to this control.
Control
The strip being designed, typed, so the designer does not have to cast the inherited Control property on every use.
Methods
Dispose
Releases the resources held by this BinaryPowerTabStripDesigner.
- disposing
- true when called from
Dispose; false when called from the finalizer.
GetHitTest
Reports whether a point on the designer surface should be handled by the control itself rather than by the designer.
Initialize
Attaches this designer to the control instance it is designing.
InitializeNewComponent
Sets a freshly dropped strip up with its first tab pages, so that it is usable on the design surface straight away rather than being an empty rectangle.
- defaultValues
- The property values the designer proposes.
PreFilterProperties
Removes from the property grid the inherited properties that do not apply to this control.
WndProc
Processes the Windows messages that reach the control being designed, so the designer can act on them first.