ComponentFactory.Krypton.Docking.KryptonAutoHiddenProxyPage.GetTextMapping C# (CSharp) Method

GetTextMapping() public method

Gets the string that matches the mapping request.
public GetTextMapping ( MapKryptonPageText mapping ) : string
mapping MapKryptonPageText Text mapping.
return string
        public override string GetTextMapping(MapKryptonPageText mapping)
        {
            return Page.GetTextMapping(mapping);
        }