コード例 #1
0
        protected override string GetAcceleratorKeyCore()
        {
            AutomationPeer wrapperPeer = this.GetWrapperPeer();

            if (wrapperPeer != null)
            {
                return(wrapperPeer.GetAcceleratorKey());
            }

            return(string.Empty);
        }