LocalizationExtenderProvider::GetLocalizable Method (Object^)

 

Gets a value indicating whether the specified object supports resource localization.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
bool GetLocalizable(
	Object^ o
)

Parameters

o
Type: System::Object^

The object to check for localization support.

Return Value

Type: System::Boolean

true if the specified object supports resource localization; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: