Intersoft ClientUI Documentation
SelectStyle Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewCssStyleSelector Class : SelectStyle Method






exportFormat
elementType
value
context
style
Select style

Syntax

Visual Basic (Declaration) 
Public Overridable Function SelectStyle( _
   ByVal exportFormat As ExportFormat, _
   ByVal elementType As ExportElement, _
   ByVal value As Object, _
   ByVal context As Object, _
   ByVal style As UXGridViewCssStyle _
) As UXGridViewCssStyle
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewCssStyleSelector
Dim exportFormat As ExportFormat
Dim elementType As ExportElement
Dim value As Object
Dim context As Object
Dim style As UXGridViewCssStyle
Dim value As UXGridViewCssStyle
 
value = instance.SelectStyle(exportFormat, elementType, value, context, style)
C# 
public virtual UXGridViewCssStyle SelectStyle( 
   ExportFormat exportFormat,
   ExportElement elementType,
   object value,
   object context,
   UXGridViewCssStyle style
)
Delphi 
public function SelectStyle( 
    exportFormat: ExportFormat;
    elementType: ExportElement;
    value: TObject;
    context: TObject;
    style: UXGridViewCssStyle
): UXGridViewCssStyle; virtual; 
JScript 
public function SelectStyle( 
   exportFormat : ExportFormat,
   elementType : ExportElement,
   value : Object,
   context : Object,
   style : UXGridViewCssStyle
) : UXGridViewCssStyle;
Managed Extensions for C++ 
public: virtual UXGridViewCssStyle* SelectStyle( 
   ExportFormat exportFormat,
   ExportElement elementType,
   Object* value,
   Object* context,
   UXGridViewCssStyle* style
) 
C++/CLI 
public:
virtual UXGridViewCssStyle^ SelectStyle( 
   ExportFormat exportFormat,
   ExportElement elementType,
   Object^ value,
   Object^ context,
   UXGridViewCssStyle^ style
) 

Parameters

exportFormat
elementType
value
context
style

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.