FormHTMLControl.setFont Method
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.
Overloads
setFont(Int32, HtmlFont, NoYes) | |
setFont(Int32, HtmlFont) |
setFont(Int32, HtmlFont, NoYes)
public:
virtual void setFont(int _fontid, Dynamics::AX::Application::HtmlFont ^ _htmlFont, Microsoft::Dynamics::Ax::Xpp::NoYes _repaint);
public virtual void setFont (int _fontid, Dynamics.AX.Application.HtmlFont _htmlFont, Microsoft.Dynamics.Ax.Xpp.NoYes _repaint);
abstract member setFont : int * Dynamics.AX.Application.HtmlFont * Microsoft.Dynamics.Ax.Xpp.NoYes -> unit
override this.setFont : int * Dynamics.AX.Application.HtmlFont * Microsoft.Dynamics.Ax.Xpp.NoYes -> unit
Public Overridable Sub setFont (_fontid As Integer, _htmlFont As HtmlFont, _repaint As NoYes)
Parameters
- _fontid
- Int32
- _htmlFont
- HtmlFont
- _repaint
- NoYes
Applies to
setFont(Int32, HtmlFont)
public:
virtual void setFont(int num1, Dynamics::AX::Application::HtmlFont ^ font1);
public virtual void setFont (int num1, Dynamics.AX.Application.HtmlFont font1);
abstract member setFont : int * Dynamics.AX.Application.HtmlFont -> unit
override this.setFont : int * Dynamics.AX.Application.HtmlFont -> unit
Public Overridable Sub setFont (num1 As Integer, font1 As HtmlFont)
Parameters
- num1
- Int32
- font1
- HtmlFont