TourPanel
Wisej.Web.Ext.TourPanel.TourPanel
Last updated
Was this helpful?
Wisej.Web.Ext.TourPanel.TourPanel
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.TourPanel
Assembly: Wisej.Web.Ext.TourPanel (3.2.0.0)
Provides a tour panel template that can be used to create a guided tour of an application.
Default constructor.
Initializes a new instance of the control and assigns it to the specified parent.
parent
The parent control that owns this tour panel.
Throws:
Shows the previous step.
Shows the first step.
Shows the next step
e
e
Pauses auto-advancing the steps.
Starts auto-advancing the steps.
container
If this event is not handled, the default behavior is to throw an exception.
The value of parent is null.
: Determines whether the TourPanel will close automatically when the user clicks outside of the control. (Default: False
)
: Determines whether the TourPanel will start showing the steps automatically. (Default: True
)
: Determines whether the TourPanel automatically adjusts its dimension when the step changes. (Default: True
)
: Returns the that this TourPanel is attached to.
: Returns or sets the current .
: Returns or sets the default of the TourPanel. (Default: BottomCenter
)
Each can override the DefaultAlignment and change the placement of the TourStep.
: Returns or sets the default number of seconds before showing the next step when the property is set to true. (Default: 5
)
Each can override the DefaultAutoPlayTime and change the AutoPlayTime of the TourStep. Throws:
When the value is less than 1.
: Returns or sets the default offset from the target, in pixels.
Each can override the DefaultOffset and change the offset of the TourStep.
: Determines whether the shows the and buttons. (Default: True
)
The is always shown on the last step.
: Returns or sets the color index for the highlight mask. Uses the highlightColor set in the theme when this property is . (Default: Color [Empty]
)
: Returns or sets a value indicating whether the current target is highlighted. (Default: True
)
: Returns whether the TourPanel is currently playing the steps.
: Returns or sets the index of the current in the collection. (Default: 0
)
: Collection of the steps to show in this TourPanel.
Closes the .
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Shows the without a container.
Shows the for the specified container control.
The that hosts the controls that are the target for this .
Fired when the current step is replaced by a new step. This event is not cancelable.
Fired when the TourPanel shows a new step. This event is cancelable.
Fired when the TourPanel control is closed.
Fires when the TourPanel has finished showing the steps.
Fires when the TourPanel cannot find the target widget specified in the property of the .
Fired when the TourPanel has been paused.
Fires when the TourPanel is playing the steps automatically.