Xceed Grid for WinForms v4.3 Documentation
GetService Method (CellEditorManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CellEditorManager Class : GetService Method
A service provided by the System.ComponentModel.Component.
Returns an object that represents a service provided by the System.ComponentModel.Component or by its Container.
Syntax
'Declaration
 
Protected Overridable Function GetService( _
   ByVal service As Type _
) As Object
'Usage
 
Dim instance As CellEditorManager
Dim service As Type
Dim value As Object
 
value = instance.GetService(service)
protected virtual object GetService( 
   Type service
)

Parameters

service
A service provided by the System.ComponentModel.Component.

Return Value

An Object that represents a service provided by the Component.

This value is a null reference (Nothing in Visual Basic) if the Component does not provide the specified service.

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

CellEditorManager Class
CellEditorManager Members