Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
SizeModeChanged Event |
Occurs after the SizeMode property of the InkPicture control has been changed.
Declaration
[C++]
void SizeModeChanged(
[in] InkPictureSizeMode NewMode,
[in] InkPictureSizeMode OldMode
);
Parameters
NewMode
[in] The new state of the InkPicture control, based on the new value of the SizeMode property.
OldMode
[in] The old state of the InkPicture control, based on the old value of the SizeMode property.
Remarks
This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch interface with an identifier of DISPID_IPESizeModeChanged.