Table of Contents

Method SetPopupFormFont

Namespace
VectorDraw.Professional.vdCommandLine
Assembly
vdCommandLine.dll

SetPopupFormFont(string, float, int)

A method to set the PopupFormFont font.

public void SetPopupFormFont(string name, float size, int style)

Parameters

name string

The name of the font.

size float

The size of the font.

style int

The style of the Font FontStyle

Remarks

This method is exported specially for vb6 users , for .NET it is better to use directly the PopupFormFont property.