collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]

Visual C++

DPSF API Documentation
Animations
.
.
::
..PictureIDIsValid Method

See Also Send Feedback

gradient

Returns true if the given Picture ID is valid (i.e. A Picture with the same ID exists).

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public bool PictureIDIsValid(

 int iPictureID

)

Visual Basic

Public Function PictureIDIsValid (

 iPictureID As Integer

As Boolean

Visual C++

public:

bool PictureIDIsValid(

 int iPictureID

)

Parameters

iPictureID

Type: System..::..Int32

The Picture ID to look for

Return Value

Type: Boolean

Returns true if the given Picture ID is valid (i.e. A Picture with the same ID exists).

collapse_allSee Also

Animations Class

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com