Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
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: 1.5.1.0
Syntax
C#
|
public bool PictureIDIsValid(
int iPictureID
)
|
Visual Basic (Declaration)
|
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
Returns true if the given Picture ID is valid (i.e. A Picture with the same ID exists).
See Also
Animations Class
DPSF Namespace

Send comments on this topic to
|