Version

ApplyCharacterCasing(EmbeddableEditorOwnerBase,Object,String) Method

Applies the owner-provided CharacterCasing to the specified string, if applicable
Syntax
'Declaration
 
Public Shared Function ApplyCharacterCasing( _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByRef text As String _
) As Boolean
public static bool ApplyCharacterCasing( 
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   ref string text
)

Parameters

owner
The EmbeddableEditorOwnerBase which will be used to get the password character.
ownerContext
The owner context which will be used to get the password character.
text
A reference to the string to be modified

Return Value

A boolean indicating whether the text was modified
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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