OverlappedPresenter.State Property

Definition

Gets the state of the presenter.

public:
 property OverlappedPresenterState State { OverlappedPresenterState get(); };
OverlappedPresenterState State();
public OverlappedPresenterState State { get; }
var overlappedPresenterState = overlappedPresenter.state;
Public ReadOnly Property State As OverlappedPresenterState

Property Value

The state of the presenter. The default is Restored.

Remarks

To set the state of the presenter, call Minimize, Maximize, or Restore.

Applies to

See also