FlexGrid for WinForms
Apply Method (Condition)



Value to test.
Applies the condition to a given value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As Condition
Dim value As Object
Dim value As Boolean
 
value = instance.Apply(value)
public bool Apply( 
   object value
)
public:
bool Apply( 
   Object^ value
) 

Parameters

value
Value to test.

Return Value

True if the value satisfies the condition, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Condition Class
Condition Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback