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

GetImageMapping() public method

Gets the image that matches the mapping request.
public GetImageMapping ( MapKryptonPageImage mapping ) : Image
mapping MapKryptonPageImage Image mapping.
return Image
        public override Image GetImageMapping(MapKryptonPageImage mapping)
        {
            return Page.GetImageMapping(mapping);
        }