BCGControlBar Library for .NET
LocalizeTabItem Method




Syntax
'Declaration
 
Protected Overridable Sub LocalizeTabItem( _
   ByVal LocaleXML As String, _
   ByVal tabItem As TabItem _
) 
'Usage
 
Dim instance As TabControlEx
Dim LocaleXML As String
Dim tabItem As TabItem
 
instance.LocalizeTabItem(LocaleXML, tabItem)
protected virtual void LocalizeTabItem( 
   string LocaleXML,
   TabItem tabItem
)
protected: virtual void LocalizeTabItem( 
   string* LocaleXML,
   TabItem* tabItem
) 
protected:
virtual void LocalizeTabItem( 
   String^ LocaleXML,
   TabItem^ tabItem
) 

Parameters

LocaleXML
tabItem
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

TabControlEx Class
TabControlEx Members

Send Feedback