In This Article

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.

public StringTrimming DescriptionLine1StringTrimming { get; set; }

Property Value

StringTrimming

DescriptionLine1Text

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

public string? DescriptionLine1Text { get; set; }

Property Value

string

DescriptionLine2StringTrimming

The StringTrimming to use when drawing the DescriptionLine2Text.

public StringTrimming DescriptionLine2StringTrimming { get; set; }

Property Value

StringTrimming

DescriptionLine2Text

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

public string? DescriptionLine2Text { get; set; }

Property Value

string

Inherited Members

Extension Methods