BCGControlBar Library for .NET
FindOptionItem Method




Specifies a string to find by.
Finds a GridOptionItem object by string.
Syntax
'Declaration
 
Public Overridable Function FindOptionItem( _
   ByVal str As String _
) As Integer
'Usage
 
Dim instance As GridDataItemOptionList
Dim str As String
Dim value As Integer
 
value = instance.FindOptionItem(str)
public virtual int FindOptionItem( 
   string str
)
public: virtual int FindOptionItem( 
   string* str
) 
public:
virtual int FindOptionItem( 
   String^ str
) 

Parameters

str
Specifies a string to find by.
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

GridDataItemOptionList Class
GridDataItemOptionList Members

Send Feedback