Xwt.ComboBox.WidgetBackendHost.RowIsSeparator C# (CSharp) Method

RowIsSeparator() public method

public RowIsSeparator ( int rowIndex ) : bool
rowIndex int
return bool
			public bool RowIsSeparator (int rowIndex)
			{
				return ((ComboBox)Parent).RowIsSeparator (rowIndex);
			}