ComponentFactory.Krypton.Ribbon.ButtonSpecAppButtonController.GetActiveView C# (CSharp) 메소드

GetActiveView() 공개 메소드

Gets the view element that should be used when this target is active.
public GetActiveView ( ) : ViewBase
리턴 ViewBase
        public ViewBase GetActiveView()
        {
            return _target;
        }