FreePIE.Core.Plugins.KeyboardPlugin.GetProperty C# (CSharp) Method

GetProperty() public method

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