Guide Properties
A child Adorner UI Manager element that highlights specific form regions. Provides a built-in flyout panel for displaying additional information and/or actions related to the highlighted region.| Name | Description |
|---|---|
| Appearances | Provides access to a group of AppearanceObjects that store appearance settings for this Guide. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Command |
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
Inherited from AdornerElement. |
| CommandParameter |
Gets or sets the parameter that is passed to the command specified by the Command property.
Inherited from AdornerElement. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| IsDisposing | Gets whether the AdornerElement is being disposed of. Inherited from AdornerElement. |
| Properties | Provides access to the GuideDefaultProperties object that stores settings for this Guide. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| TabIndex | Gets or sets the tab index for this AdornerElement. Inherited from AdornerElement. |
| Tag | Gets or sets any object associated with this AdornerElement. Inherited from AdornerElement. |
| TargetElement | Gets or sets the UI element to which this AdornerElement is bound. Inherited from AdornerElement. |
| TargetElementRegion | Gets or sets whether this AdornerElement should be aligned relatively to the target element’s header or child control. Inherited from AdornerElement. |
| Visible | Gets or sets whether or not this AdornerElement is visible. Inherited from AdornerElement. |
See Also