NextWindowNavigationEventArgs Class
Provides data for Next Window Navigation events.
public class NextWindowNavigationEventArgs : TabbedMdiWindowEventArgs
- Inheritance:
- object EventArgs TabbedMdiWindowEventArgs object
Constructors
NextWindowNavigationEventArgs(TabbedMdiWindow)
Provides data for Next Window Navigation events.
public NextWindowNavigationEventArgs(TabbedMdiWindow tabbedMdiWindow)
| Parameter | Type | Description |
|---|---|---|
| tabbedMdiWindow | TabbedMdiWindow | The TabbedMdiWindow that is affected by this event. |
Properties
DescriptionLine1StringTrimming
The StringTrimming to use when drawing the DescriptionLine1Text.
DescriptionLine1Text
The text description for line 1 on the Next Window Navigation form.
DescriptionLine2StringTrimming
The StringTrimming to use when drawing the DescriptionLine2Text.
DescriptionLine2Text
The text description for line 2 on the Next Window Navigation form.
Inherited Members
- TabbedMdiWindowEventArgs.TabbedMdiWindow
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()