In This Article

NextWindowNavigationEventArgs Class

Provides data for Next Window Navigation events.

public class NextWindowNavigationEventArgs : TabbedMdiWindowEventArgs
Inheritance:
object EventArgs TabbedMdiWindowEventArgs object

Constructors

NextWindowNavigationEventArgs(TabbedMdiWindow)

Initializes a new instance of the NextWindowNavigationEventArgs class.

public NextWindowNavigationEventArgs(TabbedMdiWindow tabbedMdiWindow)
Parameter Type Description
tabbedMdiWindow TabbedMdiWindow

The TabbedMdiWindow that is affected by this event.

Properties

DescriptionLine1StringTrimming

Gets or sets the StringTrimming to use when drawing the DescriptionLine1Text.

public StringTrimming DescriptionLine1StringTrimming { get; set; }

Property Value

StringTrimming:

The StringTrimming to use when drawing the DescriptionLine1Text.

DescriptionLine1Text

Gets or sets the text description for line 1 on the Next Window Navigation form.

public string DescriptionLine1Text { get; set; }

Property Value

string:

The text description for line 1 on the Next Window Navigation form.

DescriptionLine2StringTrimming

Gets or sets the StringTrimming to use when drawing the DescriptionLine2Text.

public StringTrimming DescriptionLine2StringTrimming { get; set; }

Property Value

StringTrimming:

The StringTrimming to use when drawing the DescriptionLine2Text.

DescriptionLine2Text

Gets or sets the text description for line 2 on the Next Window Navigation form.

public string DescriptionLine2Text { get; set; }

Property Value

string:

The text description for line 2 on the Next Window Navigation form.

Inherited Members