IPropertyPageUndoString Interface
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.
Used by controls to provide an undo string for their property page settings.
public interface class IPropertyPageUndoString
public interface class IPropertyPageUndoString
__interface IPropertyPageUndoString
[System.Runtime.InteropServices.Guid("33C0C1DB-33CF-11D3-BFF2-00C04F990235")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPropertyPageUndoString
[<System.Runtime.InteropServices.Guid("33C0C1DB-33CF-11D3-BFF2-00C04F990235")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPropertyPageUndoString = interface
Public Interface IPropertyPageUndoString
- Attributes
Methods
GetUndoString(String) |
Returns the string to use for undoing a property setting. |