SftButton/OCX 2.5

SftButton.ShowFocus Property

Softel vdm, Inc.

Defines whether the control displays a focus rectangle when it has the input focus.

Syntax       

Get

VB.NET

Boolean = object.ShowFocus  As Boolean

VB

Boolean = object.ShowFocus  As Boolean

C#.NET

bool Boolean = object.ShowFocus;

VC++

VARIANT_BOOL Boolean = object->ShowFocus;
VARIANT_BOOL Boolean = object->GetShowFocus();

C

HRESULT object->get_ShowFocus(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ShowFocus   : WordBool;

Put

VB.NET

object.ShowFocus = Boolean  As Boolean

VB

object.ShowFocus = Boolean  As Boolean

C#.NET

bool object.ShowFocus = Boolean;

VC++

VARIANT_BOOL object->ShowFocus = Boolean;
void object->PutShowFocus(VARIANT_BOOL Boolean);

C

HRESULT object->put_ShowFocus(VARIANT_BOOL Boolean);

Delphi

object.ShowFocus := Boolean   : WordBool;

object

A SftButton object.

Boolean

Defines whether the control displays a focus rectangle when it has the input focus.

Boolean

Description

True

The focus rectangle is displayed when the control has the input focus.

False

The focus rectangle is never displayed.

Comments

The ShowFocus property defines whether the control displays a focus rectangle when it has the input focus.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com