Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

LabelPosition Property, SftMask Object

Defines the location of the label.

Syntax

Get

VB.NETStyle = object.LabelPosition As SftMaskLabelPositionConstants
VBStyle = object.LabelPosition As SftMaskLabelPositionConstants
C#.NETSftMaskLabelPositionConstants Style = object.LabelPosition;
VC++enum SftMaskLabelPositionConstants Style = object->LabelPosition;
enum SftMaskLabelPositionConstants Style = object->GetLabelPosition();
CHRESULT object->get_LabelPosition(enum SftMaskLabelPositionConstants* Style);

Put

VB.NETobject.LabelPosition = Style As SftMaskLabelPositionConstants
VBobject.LabelPosition = Style As SftMaskLabelPositionConstants
C#.NETSftMaskLabelPositionConstants object.LabelPosition = Style;
VC++enum SftMaskLabelPositionConstants object->LabelPosition = Style;
void object->PutLabelPosition(enum SftMaskLabelPositionConstants Style);
CHRESULT object->put_LabelPosition(enum SftMaskLabelPositionConstants Style);

object

A SftMask object.

Style

Defines the location of the label.

NameValueDescription
labelPositionSftMaskAuto0Automatic - If the Label property is defined as "|" (displayed as currency symbol), the location of the label area is defined by the user's locale and its definition of the currency symbol position. If any other label is defined, the label area is displayed on the left side of the control's input area.
labelPositionSftMaskLeft1Left - The label area is displayed on the left side of the control's input area.
labelPositionSftMaskRight2Right - The label area is displayed on the left side of the control's input area.

Comments

The LabelPosition property defines the location of the label.

The Label property defines the label displayed in the control's input area.

See Also SftMask Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.