Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
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
Syntax
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).
See Also
Animations Class
Animations Members
DPSF Namespace
Send comments on this topic to
|