OverlappedPresenter.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.