FreePIE.Core.Plugins.KeyboardPlugin.GetProperty C# (CSharp) 메소드

GetProperty() 공개 메소드

public GetProperty ( int index, IPluginProperty property ) : bool
index int
property IPluginProperty
리턴 bool
        public override bool GetProperty(int index, IPluginProperty property)
        {
            return false;
        }