XLL+ Class Library (6.3)

CXlControl Methods

The methods of the CXlControl class are listed here.

Construction

public method CXlControl Constructs a CXlControl object, without displaying it

Common data functions

public method GetID Returns the ID of the control
public method GetText Returns the text of the control
public method GetValue Returns the text value of the control
public method SetID Sets the ID of the control
public method SetText Sets the text of the control
public method SetValue Sets the string value of the control

State functions

public method GetEnabled Returns the enabled state of the control
public method GetTrigger Returns the trigger state of the control
public method GetVisible Returns the visible state of the control
public method SetEnabled Sets the enabled state of the control
public method SetTrigger Sets the trigger state of the control
public method SetVisible Sets the visible state of the control

Position functions

public method GetHeight Returns the height of the control
public method GetLeft Returns the horizontal position of the control
public method GetTop Returns the vertical position of the control
public method GetWidth Returns the width of the control
public method SetPos Sets the position and optinally the size of the control
public method SetSize Sets the size of the control

Requirements

Header: xldialog.h

See Also

CXlControl Class | xldialog.h | CXlDialog object