IPropertyPageUndoString Interface

Definition

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.

Applies to