StdFont Interface

Definition

public interface class StdFont : stdole::Font, stdole::FontEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(stdole.StdFontClass))]
[System.Runtime.InteropServices.Guid("BEF6E003-A874-101A-8BBA-00AA00300CAB")]
public interface StdFont : stdole.Font, stdole.FontEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(stdole.StdFontClass))]
[System.Runtime.InteropServices.Guid("BEF6E003-A874-101A-8BBA-00AA00300CAB")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface StdFont : stdole.Font, stdole.FontEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(stdole.StdFontClass))>]
[<System.Runtime.InteropServices.Guid("BEF6E003-A874-101A-8BBA-00AA00300CAB")>]
type StdFont = interface
    interface Font
    interface FontEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(stdole.StdFontClass))>]
[<System.Runtime.InteropServices.Guid("BEF6E003-A874-101A-8BBA-00AA00300CAB")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type StdFont = interface
    interface Font
    interface FontEvents_Event
Public Interface StdFont
Implements Font, FontEvents_Event
Derived
Attributes
Implements

Properties

Bold (Inherited from Font)
Charset (Inherited from Font)
Italic (Inherited from Font)
Name (Inherited from Font)
Size (Inherited from Font)
Strikethrough (Inherited from Font)
Underline (Inherited from Font)
Weight (Inherited from Font)

Methods

add_FontChanged(FontEvents_FontChangedEventHandler) (Inherited from FontEvents_Event)
remove_FontChanged(FontEvents_FontChangedEventHandler) (Inherited from FontEvents_Event)

Events

FontChanged (Inherited from FontEvents_Event)

Applies to