Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

IsEmpty Property, SftPictureObject Object

Returns whether the image object is empty.

Syntax

Get

VB.NETBoolean = object.IsEmpty As Boolean
VBBoolean = object.IsEmpty As Boolean
C#.NETbool Boolean = object.IsEmpty;
VC++VARIANT_BOOL Boolean = object->IsEmpty;
VARIANT_BOOL Boolean = object->GetIsEmpty();
CHRESULT object->get_IsEmpty(VARIANT_BOOL* Boolean);

object

A SftPictureObject object.

Boolean

Returns whether the image object is empty.

BooleanDescription
TrueThe SftPictureObject object is empty and no image is assigned.
FalseThe SftPictureObject object is not empty. The SftPictureObject.Type property can be used to determine the image contained in the object.

Comments

The IsEmpty property returns whether the image object is empty.

See Also SftPictureObject Object | Object Hierarchy


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