InPlaceTextEditor.EditorFont 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 custom font for this editor. This property may return null in which case the edit control's default font will be used.
public:
property System::Drawing::Font ^ EditorFont { System::Drawing::Font ^ get(); };
public System.Drawing.Font EditorFont { get; }
member this.EditorFont : System.Drawing.Font
Public ReadOnly Property EditorFont As Font